home *** CD-ROM | disk | FTP | other *** search
- /*
- ** Amiga Active Magazine - Mini Masterclass - 250MB SCSI Zip drive
- **
- ** http://www.amigactive.com
- **
- ** This mountlist allows you to read PC formatted 250MB Zip disks!
- ** It uses the Fat95 filesystem from Aminet (disk/misc/Fat95.lha).
- **
- ** (i.e. everything's freely available - you don't need to worry
- ** about limited/full versions of CrossDOS etc.)
- **
- ** INSTRUCTIONS FOR USE:
- **
- ** 1) Install Fat95 using the installer in Fat95's archive(!)
- ** 2) Go to Sys:Devs/DosDrivers/ and move the MS0 and MS1 icons
- ** (which are for floppy disks) to Sys:Storage/DosDrivers/
- ** unless you really want to use PC floppy disks these days :-)
- ** 2) Copy this mountlist file (and icon) to Sys:Devs/DosDrivers/
- ** 3) Reboot
- ** 4) EITHER: Insert 250MB zip disk which has been formatted on a PC
- **
- ** OR: Insert 250MB Zip disk which hasn't been formatted
- ** In Workbench, double-click Sys:System/Format to run Format command with GUI
- ** In Format window which opens, select Z250PC device (the name of this file)
- ** Click "Quick Format" and as many "OK"s as are necessary to initialize the disk!
- **
- ** Either way, you should end up with a 250MB PC formatted zip disk
- ** mounted on your Amiga, and you'll be able to use it on a PC as well.
- **
- */
- FileSystem = l:fat95
- Device = oktagon.device /* Device and Unit can be set as */
- Unit = 5 /* icon tooltypes, or in this file. */
- Flags = 0
- LowCyl = 0
- HighCyl = 489531
- Surfaces = 1
- BlocksPerTrack = 1
- BlockSize = 512
- Buffers = 300
- BufMemType = 1
- BootPri = 0
- Stacksize = 4096
- Priority = 5
- GlobVec = -1
- DosType = 0x46415401
-